Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormat<TDocument,TLoadSettings,TSaveSettings> Class / LoadFromStream Method
can be null
can be null


In This Topic
    LoadFromStream Method (NDocumentFormat<TDocument,TLoadSettings,TSaveSettings>)
    In This Topic
    Loads a document from from the specified stream.
    Syntax
    'Declaration
     
    
    Public Function LoadFromStream( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal loadSettings As TLoadSettings, _
       Optional ByVal progress As NProgress _
    ) As TDocument
    'Usage
     
    
    Dim instance As NDocumentFormat(Of TDocument,TLoadSettings,TSaveSettings)
    Dim stream As System.IO.Stream
    Dim loadSettings As TLoadSettings
    Dim progress As NProgress
    Dim value As TDocument
     
    value = instance.LoadFromStream(stream, loadSettings, progress)
    public TDocument LoadFromStream( 
       System.IO.Stream stream,
       TLoadSettings loadSettings,
       NProgress progress
    )

    Parameters

    stream
    loadSettings
    can be null
    progress
    can be null
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also